home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global photocast, moviecast, moviebtncast
- if the visible of sprite photocast = 1 then
- set the visible of sprite photocast to 0
- set the castNum of sprite photocast to member "rep_photo_core"
- end if
- case the frame of
- "2":
- set targetcast to "01_åyà‰ëÚìûíÖ.MOV"
- "3":
- set targetcast to "02_îí1.MOV"
- "5":
- set targetcast to "04_ëD.MOV"
- "6":
- set targetcast to "06_é˜è„ÇÃêl.MOV"
- "7":
- set targetcast to "07_óÅà.MOV"
- "8":
- set targetcast to "08_éRìþ2.MOV"
- "11":
- set targetcast to "10_ëÍ.MOV"
- end case
- set the castNum of sprite moviecast to member targetcast
- set the visible of sprite moviecast to 1
- set the visible of sprite moviebtncast to 1
- set the visible of sprite 42 to 1
- set the visible of sprite 43 to 1
- puppetSound(1, "CLICK.aif")
- end
-